

.section-hero {

  display: block;
  position: relative;

}

.section-hero .slideshow-nav {
  z-index: 3;
  position: absolute;
  right: 6.8%;
  bottom: 16%;
}


.uk-slideshow .slideshow-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uk-slideshow .slideshow-nav__count {
  font: normal 500 18px/1.1 Oswald;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.uk-slideshow .slideshow-nav__count ul {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}

.uk-slideshow .slideshow-nav__count ul li {
  display: none;
}

.uk-slideshow .slideshow-nav__count ul li.uk-active {
  display: block;
}

.uk-slideshow .slideshow-nav .uk-slidenav {
  background: #222222;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  padding: 0;
  border-radius: 1px;
  transition: 0.3s;
}

.uk-slideshow .slideshow-nav .uk-slidenav svg {
  display: none;
}

.uk-slideshow .slideshow-nav .uk-slidenav-previous {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='triangle-left'%3E%3Cpolygon points='12 5 7 10 12 15' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E") #222222;
}

.uk-slideshow .slideshow-nav .uk-slidenav-previous:hover,
.uk-slideshow .slideshow-nav .uk-slidenav-previous:focus,
.uk-slideshow .slideshow-nav .uk-slidenav-previous:active {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='triangle-left'%3E%3Cpolygon points='12 5 7 10 12 15' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E") #e63619;
}

.uk-slideshow .slideshow-nav .uk-slidenav-next {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='triangle-right'%3E%3Cpolygon points='8 5 13 10 8 15' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E") #222222;
}

.uk-slideshow .slideshow-nav .uk-slidenav-next:hover,
.uk-slideshow .slideshow-nav .uk-slidenav-next:focus,
.uk-slideshow .slideshow-nav .uk-slidenav-next:active {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='triangle-right'%3E%3Cpolygon points='8 5 13 10 8 15' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E") #e63619;
}

.section-hero {
  display: block;
  z-index: 2;
  position: relative;
}

.section-hero__bg {
  padding: 222px 0 100px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-hero__bg::before {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.section-hero__content {
  display: block;
  z-index: 2;
  position: relative;
}

.section-hero__title span {
  font: normal 700 18px/1 Oswald;
  margin: 0;
  color: #e63619;
  text-transform: uppercase;
}

.section-hero__title .uk-h1 {
  font: normal 700 70px/1.1 Oswald;
  margin: 5px 0 0;
  color: #ffffff;
  text-transform: uppercase;
}

.section-hero__text {
  font: normal 400 22px/1.55 Oxygen;
  margin-top: 20px;
  color: #ffffff;
}

.section-hero__form {
  background: rgba(255, 255, 255, 0.15);
  display: block;
  position: relative;
  margin-top: 50px;
  padding: 10px;
  border-radius: 3px;
}

.section-hero__form form {
  background: #ffffff;
  padding: 10px;
  border-radius: 3px;
}

.section-hero__form .uk-select {
  font: normal 500 18px Oswald;
  color: #222222;
  text-transform: uppercase;
}

.section-hero__breadcrumb {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}

.section-hero__breadcrumb .uk-breadcrumb {
  margin-bottom: 0;
}

.section-hero__breadcrumb .uk-breadcrumb > * > * {
  font: normal 400 16px Oxygen;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #e63619;
  letter-spacing: normal;
  transition: 0.5s;
}

.section-hero__breadcrumb .uk-breadcrumb > * > *:hover,
.section-hero__breadcrumb .uk-breadcrumb > * > *:focus,
.section-hero__breadcrumb .uk-breadcrumb > * > *:active {
  color: #ffffff;
}

.section-hero__breadcrumb .uk-breadcrumb > :last-child > a:not([href]),
.section-hero__breadcrumb .uk-breadcrumb > :last-child > span {
  color: #ffffff;
}

.section-hero__breadcrumb .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: '|';
}

body.page-home .section-hero__bg {
  padding: 335px 0 305px;
}

body.page-home .section-hero__content {
  text-align: center;
}


.slideshow-item::before {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.slideshow-item .uk-position-center {
  z-index: 3;
  width: 100%;
}

.product-item .uk-position-center {
  color: #ffffff;
}


.slideshow-item__content {
  display: block;
  position: relative;
}

.slideshow-item__decor {
  font: 700 200px/1 Oswald;
  -webkit-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
  display: block;
  position: absolute;
  bottom: 0%;
  left: 100%;
  transform: translateX(-70%);
  color: transparent;
  text-transform: uppercase;
}

.slideshow-item__title {
  margin-bottom: 25px;
}

.slideshow-item__title span {
  font: normal 600 18px/normal Oswald;
  color: #e63619;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}

.slideshow-item__title .uk-h2 {
  font: normal 600 70px/1.14 Oswald;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}

.slideshow-item__desc {
  font: normal 300 22px/1.55 Oxygen;
  margin-bottom: 50px;
  color: #ffffff;
}

.slideshow-item__btns .uk-button + .uk-button {
  margin-left: 35px;
}
